aboutsummaryrefslogtreecommitdiffstats
path: root/web/app/api/auth/[...nextauth]
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/api/auth/[...nextauth]')
-rw-r--r--web/app/api/auth/[...nextauth]/route.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/api/auth/[...nextauth]/route.tsx b/web/app/api/auth/[...nextauth]/route.tsx
index bfcda516..e722926b 100644
--- a/web/app/api/auth/[...nextauth]/route.tsx
+++ b/web/app/api/auth/[...nextauth]/route.tsx
@@ -1,3 +1,3 @@
import { authHandler } from "@/lib/auth";
-export { authHandler as GET, authHandler as POST }
+export { authHandler as GET, authHandler as POST };